.smart-search{
    position: relative;
}
.smart-search-img{
    position: absolute;
    right: 0;
    bottom: 0;
}
.searchTitle{
    height: 43px;
    border-bottom: 1px solid #dadce2;
    box-sizing: border-box;
}
.searchTitle h3{
    position: relative;
    display: inline-block;
    vertical-align: top;
    height: 30px;
    line-height: 26px;
    color: #cd1c16;
    font-size: 30px;
    padding: 0 8px 13px;
}
.searchTitle h3:after{
    position: absolute;
    content: '';
    width: 100%;
    height: 3px;
    left: 0;
    bottom: 0;
    background-color: #dc4e4a;
}
.searchTitle span{
    display: inline-block;
    vertical-align: top;
    height: 30px;
    line-height: 30px;
    color: #dddddd;
    font-size: 24px;
    margin-left: 18px;
}
.search-wrapper{
    padding: 20px 13px 22px;
}
input.search-input{
    position: relative;
    z-index: 2;
    width: 772px;
    height: 40px;
    line-height: 38px;
    box-sizing: border-box;
    border: 1px solid #b4b4b4;
    outline: none;
    padding: 0 12px;
}
.search-btn{
    position: relative;
    z-index: 2;
    display: inline-block;
    vertical-align: top;
    width: 180px;
    height: 40px;
    line-height: 20px;
    background: url(btnbg.png) no-repeat 0 0;
    box-sizing: border-box;
    padding: 10px 0;
    color: #fff;
    margin-left: -5px;
    font-size: 16px;
    text-align: center;
    padding-right: 9px;
    cursor: pointer;
}
.search-btn i{
    display: inline-block;
    vertical-align: top;
    width: 19px;
    height: 20px;
    background: url(icon-search.png) no-repeat 0 0;
    margin-right: 11px;
}
.search-res{
    height: 42px;
    line-height: 42px;
    padding: 0 22px 0 28px;
    font-size: 14px;
    color: #999999;
}
.pub{
    color: #3c75cc;
    cursor: pointer;
}
.arrow-down{
    display: inline-block;
    width: 7px;
    height: 9px;
    background: url(arrow-down.png) no-repeat 0 0;
    margin-left: 5px;
}
.list-wrapper{
    border-top: 1px solid #c9cdd2;
    padding-bottom: 28px;
}
.search-res-list{
    padding: 0 16px;
}
.search-res-list li{
    padding: 20px;
}
.search-res-list li:hover{
    background-color: #f6f6f6;
}
.search-res-list li>h2{
    line-height: 30px;
    color: #5a5be6;
    font-weight: normal;
    font-size: 20px;
    text-decoration: underline;
}
.search-res-list li>h2 .sign{
    color: #ff0000;
    text-decoration: underline;
}
.search-res-list li>p{
    line-height: 22px;
    color: #969696;
    font-size: 14px;
}
.page-wrapper{
    height: 24px;
    padding: 26px;
}
.item-page{
    float: left;
    margin-right: 10px;
    width: 24px;
    height: 24px;
    box-sizing: border-box;
    border: 1px solid #aaaaaa;
    text-align: center;
    line-height: 22px;
    font-size: 16px;
    border-radius: 2px;
    cursor: pointer;
}
.page-info{
    float: left;
    height: 24px;
    line-height: 24px;
    color: #888888;
}
.page-prev{
    background: url(page-prev.png) no-repeat center center;
}
.page-next{
    background: url(page-next.png) no-repeat center center;
}
.page-num.active,
.page-num:hover{
    color: #fff;
    background-color: #555555;
    border-color: #111111;
}
.page-cur{
    color: #333333;
}
.list-left{
    width: 1064px;
}
.list-right{
    width: 136px;
    box-sizing: border-box;
    border-left: 1px solid #c9cdd2;
    text-align: center;
    padding-top: 12px;
    padding-bottom: 130px;
}
.restitle{
    line-height: 34px;
    color: #aaaaaa;
    font-size: 14px;
}
.resA{
    display: block;
    line-height: 36px;
    color: #2d8bf5;
    font-size: 16px;
    text-decoration: underline;
}
.modal{
    position: fixed;
    z-index: 9999;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(modal-bg.png) repeat 0 0;
}
.login-wrapper{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 802px;
    height: 404px;
    margin-left: -401px;
    margin-top: -202px;
    background-color: #fff;
}
.login-head{
    height: 44px;
    line-height: 44px;
    padding-left: 28px;
    padding-right: 12px;
    background: #e6352f url(login-head.png) no-repeat 0 0;
    border-bottom: 1px solid #a41f1b;
}
.login-head h2{
    float: left;
    font-size: 18px;
    color: #fff;
}
.icon-close{
    float: right;
    margin-top: 10px;
    width: 25px;
    height: 25px;
    background: url(icon-close.png) no-repeat center center;
    cursor: pointer;
}
.login-bg{
    width: 802px;
    height: 359px;
    box-sizing: border-box;
    padding-left: 43px;
    background: url(login-bg.png) no-repeat right bottom;
    background-size: cover;
}
.login-form{
    width: 366px;
    border: 1px solid #d1d1d1;
    margin-top: -1px;
    padding: 0 38px 18px;
    box-sizing: border-box;
    border-radius: 4px;
}
.loginTab{
    /*width: 366px;*/
    box-sizing: border-box;
    padding-top: 6px;
    padding-left: 30px;
}
.loginTab li{
    position: relative;
    float: left;
    width: 120px;
    line-height: 33px;
    font-size: 18px;
    text-align: center;
    color: #555555;
    cursor: pointer;
    margin-right: 66px;
}
.loginTab li.active{
    color: #dc2b25;
}
.loginTab li.active:after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #dc2b25;
}
.label{
    display: block;
    height: 34px;
    box-sizing: border-box;
    padding-top: 8px;
    line-height: 26px;
}
.login-input-box{
    height: 32px;
    border: 1px solid #c1c1c1;
    box-sizing: border-box;
    border-radius: 2px;
}
.icon-user{
    float: left;
    width: 36px;
    height: 30px;
    background: url(user.png) no-repeat 0 0;
}
.icon-psw{
    float: left;
    width: 36px;
    height: 30px;
    background: url(psw.png) no-repeat 0 0;
}
input.login-input{
    float: left;
    width: 250px;
    height: 30px;
    line-height: 30px;
    box-sizing: border-box;
    padding-left: 18px;
    padding-right: 18px;
    border: none;
    outline: none;
}
input.login-input::placeholder{
    color: #aaa;
}
input.code-input{
    width: 206px;
}
.code{
    float: right;
    width: 80px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background-color: #f4f4f4;
    color: #666666;
    font-size: 16px;
    cursor: pointer;
}
.login-btn{
    display: block;
    width: 100%;
    height: 39px;
    line-height: 39px;
    color: #fff;
    font-size: 20px;
    outline: none;
    border: none;
    background: url(login-btn.png) repeat 0 0;
    border-radius: 3px;
    margin-top: 15px;
    margin-bottom: 20px;
    cursor: pointer;
}
.login-btn:hover{
    background: url(login-btn-hover.png) repeat 0 0;
}
.forgetPsw{
    height: 14px;
    line-height: 14px;
}
.forgetPsw a{
    float: left;
    font-size: 14px;
    color: #999999;
    text-decoration: underline;
    margin-right: 10px;
}
.remember{
    float: right;
}
.remember input{
    margin-right: 3px;
}
.register-wrapper{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 802px;
    height: 430px;
    margin-left: -401px;
    margin-top: -215px;
    background-color: #fff;
}
.register-form{
    padding-left: 165px;
    height: 385px;
    background: url(reg-bg.png) right bottom no-repeat;
}
.reg-label{
    float: left;
    width: 96px;
    height: 32px;
    line-height: 32px;
    padding-left: 17px;
    box-sizing: border-box;
    margin-left: -96px;
    font-size: 14px;
    color: #333333;
}
.reg-label.active{
    background: url(star.png) 0 center no-repeat;
}
.register-info{
    padding-top: 21px;
}
input.reg-input{
    float: left;
    width: 288px;
    height: 32px;
    line-height: 30px;
    border: 1px solid #c1c1c1;
    outline: none;
    box-sizing: border-box;
    padding: 0 15px;
    border-radius: 2px;
    font-size: 14px;
}
input.reg-input::placeholder{
    color: #aaaaaa;
}
.reg-input.active{
    border-color: #fd9662;
}
.tips{
    height: 32px;
    line-height: 32px;
    float: left;
    background-color: #ffedd4;
    margin-left: 11px;
    padding-left: 12px;
    padding-right: 14px;
    font-size: 12px;
    color: #dc6428;
}
.tips i{
    float: left;
    width: 16px;
    height: 16px;
    background: url(warn.png) no-repeat 0 0;
    margin-right: 9px;
    margin-top: 8px;
}
.clause{
    height: 16px;
    line-height: 16px;
    margin-top: 14px;
    margin-bottom: 20px;
    color: #333333;
    font-size: 14px;
}
.clause-checkbox{
    width: 16px;
    height: 16px;
    margin-right: 10px;
    background-color: #fff;
    -webkit-appearance:none;
    border: 1px solid #7fa7c6;
    border-radius: 2px;
    outline: none;
}
.clause-checkbox:checked{
    background: url(check.png) no-repeat 0 0;
}
.clause a{
    text-decoration: underline;
    color: #4f74e9;
}
.reg-btn{
    float: left;
    width: 117px;
    margin: 0;
}
.regtip{
    float: left;
    color: #898989;
    margin-left: 16px;
    margin-top: 20px;
}
.link-login{
    text-decoration: underline;
    color: #4f74e9;
}
.consultMain{
    min-height: 566px;
}
.myConsult{
    float: left;
    width: 240px;
}
.myConsultBtn{
    height: 45px;
    line-height: 45px;
    background-color: #cd1c16;
    padding: 0 10px;
    color: #fff;
    cursor: pointer;
}
.icon-consult{
    display: inline-block;
    vertical-align: -3px;
    width: 16px;
    height: 18px;
    background: url(icon-consult.png) no-repeat 0 0;
    margin-right: 10px;
}
.icon-arrow{
    float: right;
    width: 12px;
    height: 12px;
    background: url(icon-arrow.png) no-repeat center center;
    margin-top: 16px;
}
.ctrlConsult{
    margin-top: 10px;
}
.ctrlConsult li{
    height: 48px;
    line-height: 48px;
    padding-left: 60px;
    background: url(icon-angel.png) no-repeat 40px center;
    background-size: 12px 9px;
    font-size: 15px;
    color: #333333;
    cursor: pointer;
}
.ctrlConsult li:hover,
.ctrlConsult li.active{
    color: #cd1c16;
}
.replyConsult{
    float: right;
    width: 940px;
}
.replyConsultH{
    position: relative;
    height: 24px;
    line-height: 24px;
    color: #cd1c16;
    font-size: 20px;
    font-weight: bold;
    padding-left: 14px;
}
.replyConsultH:after{
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    width: 3px;
    height: 16px;
    background-color: #cd1c16;
}
.crumbs-column{
    padding: 12px 0 15px 30px;
}
input.keywordInput{
    width: 300px;
    height: 32px;
    line-height: 30px;
    box-sizing: border-box;
    border: 1px solid #cccccc;
    padding-left: 13px;
    outline: none;
    font-size: 14px;
}
input.timeInput{
    width: 102px;
    height: 32px;
    padding-left: 33px;
    line-height: 30px;
    box-sizing: border-box;
    border: 1px solid #cccccc;
    outline: none;
    font-size: 14px;
    background: url(icon-calendar.png) no-repeat 7px center;
}
.btnsearch{
    width: 70px;
    height: 32px;
    line-height: 32px;
    background-color: #cd1c16;
    font-size: 15px;
    color: #fff;
    text-align: center;
    outline: none;
    border: none;
    cursor: pointer;
    margin-left: 5px;
}
.btnsearch:hover{
    background-color: #e3160f;
}
.tableConsult{
    width: 100%;
    border-top: 2px solid #cd1c16;
}
.tableConsult th{
    background-color: #fff6f6;
    color: #333333;
    font-size: 14px;
    font-weight: bold;
    height: 45px;
    box-sizing: border-box;
    border-bottom: 1px solid #d6d6d6;
    border-right: 1px solid #d6d6d6;
}
.tableConsult th:nth-last-of-type(1){
    border-right: 0;
}
.tableConsult td{
    height: 45px;
    box-sizing: border-box;
    border-bottom: 1px solid #d6d6d6;
    border-right: 1px solid #d6d6d6;
    font-size: 14px;
    color: #333333;
}
.tableConsult td:nth-last-of-type(1){
    border-right: 0;
}
.tableConsult tbody tr:nth-of-type(odd) td{
    background-color: #f7f8f9;
}
.pl40{
    padding-left: 40px;
}
.waitEval{
    background-color: #f52441;
    color: #fff;
    font-size: 12px;
    margin-left: 5px;
    padding: 0 5px;
    border-radius: 3px;
}
.seeA{
    color: #208de0;
    font-size: 14px;
}
th.br0,
td.br0{
    border-right: 0;
}
.messageConsulting{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 802px;
    margin-left: -401px;
    margin-top: -290px;
    background-color: #fff;
    padding-bottom: 15px;
}
.consultBot{
    padding: 0 20px;
}
.consultExplain{

}
.consultExplainH{
    height: 32px;
    line-height: 32px;
    padding-left: 21px;
    background: url(warn.png) no-repeat 0 center;
    font-weight: bold;
    color: #383330;
}
.consultExplainDes p{
    line-height: 25px;
    color: #34352d;
}
.consultExplainTips{
    line-height: 30px;
    background: #f9f4d7 url(warn.png) no-repeat 0 center;
    padding-left: 20px;
    color: #b93520;
    font-weight: bold;
}
.clause_new{
    margin-top: 10px;
    margin-bottom: 5px;
    text-align: center;
}
.clause_new .clause-checkbox{
    background: none;
    -webkit-appearance: checkbox;
    border-color: inherit;
    margin-right: 5px;
}
.consultBot .btn-submit{
    float: none;
    margin: 0 auto;
}
.consultExplainTable{
    border-top: 1px solid #cdcdcd;
    border-left: 1px solid #cdcdcd;
    width: 100%;
    box-sizing: border-box;
    margin-top: 22px;
}
.consultExplainTable th,
.consultExplainTable td{
    border-right: 1px solid #cdcdcd;
    border-bottom: 1px solid #cdcdcd;
    height: 42px;
    font-weight: normal;
}
.consultExplainTable td{
    padding: 0 8px;
}
td.tdcode{
    background-color: #ebf4fd;
    cursor: pointer;
    text-align: center;
    letter-spacing: 5px;
    color: #4e7abb;
    font-size: 28px;
}
.typeSel{
	height: 80%;
    border: 1px solid #ccc;
    width: 100%;
    outline: none;
}
.consultExplainInput{
    width: 100%;
    border: none;
    outline: none;
}
.consultExplainArea{
    outline: none;
    resize: none;
    width: 100%;
    height: 80px;
    padding: 10px 0;
    border: none;
}